projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172b99a
)
* test/lisp/net/tramp-tests.el (tramp-test21-file-links): More cleanup.
author
Glenn Morris
<rgm@gnu.org>
Sat, 31 Aug 2019 17:30:14 +0000
(10:30 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 31 Aug 2019 17:30:14 +0000
(10:30 -0700)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 0d37d0763f7034d2a520c2eac9d737d16f071336..dd6b9edd00058cf6ee9e84bf5ee343a72d5055c3 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-3479,7
+3479,9
@@
This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(setq tmp-name3 (concat (file-remote-p tmp-name3) tmp-name2)))))
;; Cleanup.
- (ignore-errors (delete-directory tmp-name1 'recursive)))
+ (ignore-errors
+ (delete-file tmp-name3)
+ (delete-directory tmp-name1 'recursive)))
;; Detect cyclic symbolic links.
(unwind-protect